projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3865a2
)
GtkNumerableIconPrivate: Improve struct packing
author
Matthias Clasen
<mclasen@redhat.com>
Tue, 12 Apr 2011 16:35:17 +0000
(12:35 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Tue, 12 Apr 2011 16:35:17 +0000
(12:35 -0400)
gtk/gtknumerableicon.c
patch
|
blob
|
history
diff --git
a/gtk/gtknumerableicon.c
b/gtk/gtknumerableicon.c
index adb1cc6b3cf5bd87af029bee092c56b1779bcfa5..9db3502b09e01189071e17dfdbb795871f7bf862 100644
(file)
--- a/
gtk/gtknumerableicon.c
+++ b/
gtk/gtknumerableicon.c
@@
-55,11
+55,12
@@
struct _GtkNumerableIconPrivate {
gint count;
+ gint icon_size;
+
gchar *label;
GIcon *background_icon;
gchar *background_icon_name;
- gint icon_size;
GdkRGBA *background;
GdkRGBA *foreground;